ComponentOne ASP.NET MVC Controls
Text Method (DropDownBuilder<TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > DropDownBuilder<TControl,TBuilder> Class : Text Method
The value.
Configurates C1.Web.Mvc.DropDown.Text. Sets the text shown on the control.
Syntax
'Declaration
 
Public Function Text( _
   ByVal value As String _
) As TBuilder
public TBuilder Text( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

DropDownBuilder<TControl,TBuilder> Class
DropDownBuilder<TControl,TBuilder> Members